Fix trailing "," in enumeration.
authorOwen Taylor <otaylor@redhat.com>
Sun, 23 Dec 2001 22:55:53 +0000 (22:55 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sun, 23 Dec 2001 22:55:53 +0000 (22:55 +0000)
Sat Dec 22 15:31:20 2001  Owen Taylor  <otaylor@redhat.com>

        * gdk-pixdata.h: Fix trailing "," in enumeration.

gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixdata.h

index 4584254adb23a0735ea3e9c962c52409b9c7b17e..8eb47b41bb8a2abbbc843a8b126d84f14eec9476 100644 (file)
@@ -1,3 +1,7 @@
+Sat Dec 22 15:31:20 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk-pixdata.h: Fix trailing "," in enumeration.
+
 2001-12-17  Matthias Clasen  <matthiasc@poet.de> 
 
        * gdk-pixbuf.c, gdk-pixbuf-io.c, gdk-pixbuf-animation.c, 
index a51720099ee3d8d958b9fc19d91684225ff9271b..4a04a4b8071fde38c655a154d433d50bc1abc8a3 100644 (file)
@@ -158,7 +158,7 @@ typedef enum
   GDK_PIXDATA_DUMP_STATIC              = 1 << 9,
   GDK_PIXDATA_DUMP_CONST               = 1 << 10,
   /* save RLE decoder macro? */
-  GDK_PIXDATA_DUMP_RLE_DECODER         = 1 << 16,
+  GDK_PIXDATA_DUMP_RLE_DECODER         = 1 << 16
 } GdkPixdataDumpType;